:
     (    )        ,     (35-)    !!! STOP !!! -  ,    ,   ,      2 !!        !    :) -  ,      !!

 :
UoPilot Client v.1.26.4a 

:
  : Fencing, Sword, Mace Fighting, Wreastling, Parrying, Healing, Tactics.

:
        .
F11 -    +   +  .
F12 - AttackLast (   UO).

----------------------------------------------------------------------------------------------------------
   :

:Combat // 
while_not hits > str
send F12 // attacklast
Wait 100
if lastmsg STOP
goto Heal
end_if
if hits < 35
SAY !!! STOP !!!
SAY !!! STOP !!!
SAY !!! STOP !!!
SAY !!! STOP !!! 
goto Heal
end_if
end_while
:Heal //
wait 100
send tab
wait 500
while_not hits > str
send F11 2100 // 
if hits = str
goto Waiting
end_if
end_while
:Waiting // 
while_not hits > 100
wait 1000
say !!! Ok_go !!!
if lastmsg Im Ready to 
goto Combat
end_if
if hits < 99
goto Combat
end_if
end_while


***

   :

:Combat // 
while_not hits > str
send F12 // attacklast
Wait 100
if lastmsg STOP
goto Heal
end_if
if hits < 35
say !!! STOP !!!
say !!! STOP !!!
say !!! STOP !!!
say !!! STOP !!! 
goto Heal
end_if
end_while

:Heal //
wait 100
send tab
wait 500
while_not hits > str
send F11 2100 // 
if hits = str
goto Waiting
end_if
end_while

:Waiting // 
while_not hits > 100
wait 1000
say !!! Im Ready to !!!
if lastmsg Ok_Go
goto Combat
end_if
if hits < 99
goto Combat
end_if
end_while
----------------------------------------------------------------------------------------------------------

: CrazyCoW